Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSpanCellXPosition<TPositionMode> Class / WCdh Method


In This Topic
    WCdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WCdh( _
       ByVal xCdh As NColumnCollection, _
       ByVal YCdh As NRow, _
       ByVal Addh As System.Double, _
       ByVal bddh As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NSpanCellXPosition(Of TPositionMode)
    Dim xCdh As NColumnCollection
    Dim YCdh As NRow
    Dim Addh As System.Double
    Dim bddh As System.Double
    Dim value As System.Double
     
    value = instance.WCdh(xCdh, YCdh, Addh, bddh)
    internal System.double WCdh( 
       NColumnCollection xCdh,
       NRow YCdh,
       System.double Addh,
       System.double bddh
    )

    Parameters

    xCdh
    YCdh
    Addh
    bddh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also